Metadata-Version: 1.0
Name: Pyfig config parser
Version: 2.1
Summary: Very small and simple configuration file parser
Home-page: http://pyfig.alecwh.com/
Author: Alec Henriksen
Author-email: alecwh@gmail.com
License: UNKNOWN
Download-URL: http://bitbucket.org/alecwh/pyfig/downloads/pyfig2.0.tar.gz
Description: Pyfig: A simple config file parser for python
        =============================================
        
        Information:
        
        * Project by Alec Henriksen <alecwh@gmail.com>
        * License: GNU GPL
        * Website: http://pyfig.alecwh.com/
        * Version: 2.0 (09/27/2009)
        * Development: http://bitbucket.org/alecwh/pyfig/
        
        
        Features
        --------
        
        * Easy to use (straightforward, simple)
        * Supports categories/sections in the config file
        * Supports comments
        * Very robust in terms of parsing
        * One file, no package
        
        
        More information/usage examples @ http://pyfig.alecwh.com/
        ----------------------------------------------------------
        
Keywords: configuration,parser,config,config parser
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
